Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- imagXpress
- The ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
- buffer
- A byte array to obtain the image from.
- pageNumber
- An integer which represents the page number.
- loadOptions
- Additional load options that pertain to the image.
Return Value
The newly created ImageX object.The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.